home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / TEXT / PS / KIT-PS.ZIP / Kit PS / !PSUtils / man / epsffit next >
Text File  |  1997-02-12  |  2KB  |  111 lines

  1.  
  2.  
  3.      EPSFFIT(1)          Unix Programmer's Manual           EPSFFIT(1)
  4.  
  5.  
  6.      NAME
  7.           epsffit - fit encapsulated PostScript file (EPSF) into
  8.           constrained size
  9.  
  10.      SYNOPSIS
  11.           epsffit [ -c ] [ -r ] [ -a ] [ -m ] [ -s ] llx lly urx ury [
  12.           infile [ outfile ] ]
  13.  
  14.      DESCRIPTION
  15.           Epsffit fits an EPSF file (encapsulated PostScript) to a
  16.           given bounding box.  The coordinates of the box are given by
  17.           (llx,lly) for the lower left, and (urx,ury) for the upper
  18.           right, in PostScript units (points).
  19.  
  20.           If no input or output files are specified, epsffit read from
  21.           the standard input and writes to the standard output.
  22.  
  23.      OPTIONS
  24.  
  25.           -c        Center the image in the given bounding box.
  26.  
  27.           -r        Rotate the image by 90 degrees counter-clockwise.
  28.  
  29.           -a        Adjust the aspect ratio to fit the bounding box.
  30.                     The default is to preserve the aspect ratio.
  31.  
  32.           -m        Rotates the image to maximise the size if it would
  33.                     fit the specified bounding box better.
  34.  
  35.           -s        Add a showpage at the end of the file to force the
  36.                     image to print.
  37.  
  38.      AUTHOR
  39.           Copyright (C) Angus J. C. Duggan 1991-1995
  40.  
  41.      SEE ALSO
  42.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  43.           psresize(1), psmerge(1), fixscribeps(1), getafm(1),
  44.           fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1),
  45.           fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1),
  46.           fixwwps(1), extractres(1), includeres(1)
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.                      PSUtils Release 1 Patchlevel 16                 1
  54.  
  55.  
  56.  
  57.  
  58.      EPSFFIT(1)          Unix Programmer's Manual           EPSFFIT(1)
  59.  
  60.  
  61.      TRADEMARKS
  62.           PostScript is a trademark of Adobe Systems Incorporated.
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                      PSUtils Release 1 Patchlevel 16                 2
  109.  
  110.  
  111.